home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-10-20 | 819 b | 49 lines | [THED/THTH] |
- |
- | RA¬
- |
- | Toolbox basics
- |
- | ⌐ 1986 COM~LINK & S.Koren
- |
- #M;
- "RA¬ allows you to use the Mac Toolbox.!!"
- "WARNING: Use of the toolbox may!"
- "be dangerous to your disk.!!"
- #A;
- Ñ 0A861 ╝ ª | Random trap
- 0 Ñ 0A9EE ╝ ª | NumToString trap
- áá | Print it
- " is a random number.!"
-
- #B,0; | the same thing as a subroutine
- $
- &B | subroutine to print a random number string
- #C; 1% Ñ 0A9EE ╝ ª
- áá " is a random number.!"
- `
- &C | subroutine to get a random number
- Ñ 0A861 ╝ ª
- `
- &A
- "Hit any key: " ?ñ ╡ @`
- |
- | RA title routine
- |
- &M @ #L; 8 A: ( #N; A. 1 - A: A. 0 > ~ ) #L; #O; #P;`
-
- &O
- 40 100 ╜
- "RA¬"
- 60 45 ╜
- "⌐ 1986 COM~LINK & S.Koren"
- 80 60 ╜
- "All rights reserved." `
-
- &L
- 35 A: ("Ñ" A. 1 - A: A. 0 > ~ ) "!"`
-
- &N
- "Ñ" 33 A: (" " A. 1 - A: A. 0 > ~ ) "Ñ" "!"`
-
- &P ?ñ @ `
- $